home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 22 / Cream of the Crop 22.iso / program / pcl4c60.zip / SIMPLE._B_ < prev    next >
Text File  |  1996-10-20  |  167b  |  8 lines

  1. #
  2. # Borland C makefile for SIMPLE.C ( small model )
  3. #
  4. .c.obj:
  5.      bcc -ms -c -P $<
  6.  
  7. simple.exe: simple.obj pcl4c_s.lib
  8.      bcc -ms -M simple.obj pcl4c_s.lib